home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10409 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  934 b 

  1. Path: news.netcentral.co.uk!usenet
  2. From: <>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Is COBOL Dead?!
  5. Date: 15 Mar 1996 14:11:34 GMT
  6. Organization: Internet Central Limited
  7. Message-ID: <4ibtqm$1u7@news.netcentral.co.uk>
  8. NNTP-Posting-Host: cmcgeoch.netcentral.co.uk
  9.  
  10. riplin@kcbbs.gen.nz (Richard Plinston) writes:
  11. > > 
  12. > > Try to port the "hello, world" program to COBOL.  If your interest in
  13. > > COBOL survives this experience, go ahead with gCOBOL :-)  You may also
  14. > > like AppleScript, which should have been named son-of-COBOL :-)
  15. > Let me see now, full ANSI85 program:
  16. >        Identification Division.
  17. >        Program-Id.  Hello.
  18. >        Procedure Division.
  19. >        Main.
  20. >            DISPLAY "Hello World".
  21. > Wow, that is almost several pages.
  22. Yeah we all know how crap, how slow, how long winded cobol is
  23. and some of us are forced to use it as it's part of my college
  24. course. We really complained but it did no good.
  25.